Implementing Dynamic Cube View Services

Any property that you can set in the Cube View Advanced and Designer tabs can be set in code through your Dynamic Cube View Service.

This example displays sample configurations of common Cube View Properties.

The Cube View Properties configured in the Dynamic Cube View Service code sample are the Description, Can Modify Data, Cell Format, Column Sharing, and Row Sharing properties.

This example displays the Point Of View properties configured in code, which includes a Literal Parameter containing the string Actual set to the Scenario Member.

The Point of View properties configured in the Dynamic Cube View Service code sample are the Cube, Scenario Member, Time Member, View Member, IC Member, and UD1 Member properties.

This example displays configuration to the Column Header properties.

The Header property configured in the Dynamic Cube View Service code sample is the Use Default Column Headers property. Common Header properties configured in the Dynamic Cube View Service

This example displays configuration to the Column Members properties.

The Column properties configured in the Dynamic Cube View Service are the Member Expansion 1 and Nested Member Expansion 2 properties.

This example displays the Row Members, Suppression, and Column Overrides properties configured in code.

 The Row Members, Suppression, and Column Overrides properties properties configured in the Dynamic Cube View Service

Use the cubeViewItem.GetCubeView and cubeViewItem.SetCubeView methods to retrieve and set Cube View data for your Dynamic Cube View. Enter these methods to use an existing Cube View and add the defined properties for configuration.

 cubevViewItem.GetCubeView and cubeViewItem.SetCubeView methods are higlighted in the Dynamic Cube View Service